home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TCONNECTMONITOR / TCONNECTMONITOR.txt
Text File  |  2004-10-12  |  12KB  |  515 lines

  1. object ConnectMonitor: TConnectMonitor
  2.   Left = 405
  3.   Top = 251
  4.   Width = 444
  5.   Height = 462
  6.   Caption = 'Connection Centre'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'Tahoma'
  12.   Font.Style = []
  13.   OldCreateOrder = True
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnClose = FormClose
  17.   OnCloseQuery = FormCloseQuery
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnDeactivate = FormDeactivate
  21.   OnHide = FormHide
  22.   OnKeyDown = FormKeyDown
  23.   OnShow = FormShow
  24.   PixelsPerInch = 96
  25.   TextHeight = 13
  26.   object Book: TPageControl
  27.     Left = 0
  28.     Top = 0
  29.     Width = 436
  30.     Height = 371
  31.     ActivePage = tsQueue
  32.     Align = alClient
  33.     MultiLine = True
  34.     TabOrder = 0
  35.     OnChange = BookChange
  36.     object tsQueue: TTabSheet
  37.       Caption = 'Queue'
  38.       object pnQueue: TPanel
  39.         Tag = 11
  40.         Left = 0
  41.         Top = 0
  42.         Width = 428
  43.         Height = 343
  44.         Align = alClient
  45.         BevelOuter = bvNone
  46.         BorderWidth = 2
  47.         TabOrder = 0
  48.         object Splitter1: TSplitter
  49.           Left = 2
  50.           Top = 139
  51.           Width = 424
  52.           Height = 3
  53.           Cursor = crVSplit
  54.           Align = alTop
  55.           Color = clBtnFace
  56.           ParentColor = False
  57.           ResizeStyle = rsUpdate
  58.         end
  59.         object sbBox: TScrollBox
  60.           Left = 2
  61.           Top = 142
  62.           Width = 424
  63.           Height = 199
  64.           VertScrollBar.Position = 56
  65.           VertScrollBar.Tracking = True
  66.           Align = alClient
  67.           BevelInner = bvNone
  68.           BevelOuter = bvNone
  69.           BorderStyle = bsNone
  70.           Ctl3D = False
  71.           ParentCtl3D = False
  72.           TabOrder = 0
  73.           OnResize = sbBoxResize
  74.           object lSize: TLabel
  75.             Left = 197
  76.             Top = -24
  77.             Width = 36
  78.             Height = 13
  79.             Alignment = taRightJustify
  80.             Caption = '0 Bytes'
  81.             Visible = False
  82.           end
  83.           object lZero: TLabel
  84.             Left = 8
  85.             Top = -24
  86.             Width = 6
  87.             Height = 13
  88.             Caption = '0'
  89.             Visible = False
  90.           end
  91.           object lcStatus: TLabel
  92.             Left = 64
  93.             Top = 24
  94.             Width = 241
  95.             Height = 41
  96.             AutoSize = False
  97.             Transparent = True
  98.             WordWrap = True
  99.           end
  100.           object lblMessage: TLabel
  101.             Left = 8
  102.             Top = 68
  103.             Width = 49
  104.             Height = 13
  105.             Caption = 'Message: '
  106.           end
  107.           object lblXfer: TLabel
  108.             Left = 8
  109.             Top = 88
  110.             Width = 48
  111.             Height = 13
  112.             Caption = 'Transfer: '
  113.           end
  114.           object lblTime: TLabel
  115.             Left = 8
  116.             Top = 108
  117.             Width = 26
  118.             Height = 13
  119.             Caption = 'Time:'
  120.           end
  121.           object lLog: TLabel
  122.             Left = 8
  123.             Top = 132
  124.             Width = 21
  125.             Height = 13
  126.             Caption = '&Log:'
  127.             FocusControl = eLog
  128.           end
  129.           object lblServer: TLabel
  130.             Left = 8
  131.             Top = -48
  132.             Width = 36
  133.             Height = 13
  134.             Caption = 'Server:'
  135.           end
  136.           object lcMessage: TLabel
  137.             Left = 72
  138.             Top = 68
  139.             Width = 32
  140.             Height = 13
  141.             AutoSize = False
  142.             Transparent = True
  143.           end
  144.           object lcXfer: TLabel
  145.             Left = 64
  146.             Top = 88
  147.             Width = 32
  148.             Height = 13
  149.             AutoSize = False
  150.             Transparent = True
  151.           end
  152.           object lcTime: TLabel
  153.             Left = 104
  154.             Top = 108
  155.             Width = 38
  156.             Height = 13
  157.             AutoSize = False
  158.           end
  159.           object lblStatus: TLabel
  160.             Left = 8
  161.             Top = 24
  162.             Width = 35
  163.             Height = 13
  164.             Caption = 'Status:'
  165.           end
  166.           object lcServer: TLabel
  167.             Left = 64
  168.             Top = -48
  169.             Width = 241
  170.             Height = 13
  171.             AutoSize = False
  172.           end
  173.           object gProgress: TBatGauge
  174.             Left = 244
  175.             Top = -27
  176.             Width = 49
  177.             Height = 49
  178.             Color = clBtnFace
  179.             Kind = gkPie
  180.             Font.Charset = DEFAULT_CHARSET
  181.             Font.Color = clBlack
  182.             Font.Height = -11
  183.             Font.Name = 'MS Sans Serif'
  184.             Font.Style = []
  185.             BorderStyle = bsNone
  186.             MaxValue = 0
  187.             ShowPercent = False
  188.             Animated = False
  189.             ParentColor = False
  190.             ParentFont = False
  191.             ParentShowHint = False
  192.             ShowHint = False
  193.           end
  194.           object Bar: TProgressBar
  195.             Left = 8
  196.             Top = -8
  197.             Width = 225
  198.             Height = 17
  199.             TabOrder = 0
  200.           end
  201.           object Panel1: TPanel
  202.             Left = 0
  203.             Top = 145
  204.             Width = 407
  205.             Height = 188
  206.             Align = alBottom
  207.             BevelOuter = bvNone
  208.             TabOrder = 1
  209.             object eLog: TMemo
  210.               Left = 0
  211.               Top = 0
  212.               Width = 407
  213.               Height = 188
  214.               Align = alClient
  215.               Ctl3D = True
  216.               ParentCtl3D = False
  217.               ReadOnly = True
  218.               ScrollBars = ssBoth
  219.               TabOrder = 0
  220.               WantReturns = False
  221.               WordWrap = False
  222.             end
  223.           end
  224.           inline irInfo: TImapReqFrame
  225.             Left = 100
  226.             Top = 53
  227.             Width = 100
  228.             Height = 100
  229.             TabOrder = 3
  230.             Visible = False
  231.             inherited lvRequests: TListView
  232.               Width = 100
  233.               Height = 100
  234.               BevelEdges = []
  235.               BevelInner = bvNone
  236.               BevelOuter = bvNone
  237.               BorderStyle = bsNone
  238.             end
  239.           end
  240.         end
  241.         object MLV: TMLVGrid
  242.           Left = 2
  243.           Top = 19
  244.           Width = 424
  245.           Height = 120
  246.           Align = alTop
  247.           BorderStyle = bsNone
  248.           DefaultRowHeight = 16
  249.           DefaultDrawing = False
  250.           FixedCols = 0
  251.           RowCount = 1
  252.           FixedRows = 0
  253.           Options = [goThumbTracking]
  254.           PopupMenu = pmTasks
  255.           TabOrder = 1
  256.           OnExit = MLVExit
  257.           OnMouseDown = MLVMouseDown
  258.           AltDrag = True
  259.           AutoColResize = True
  260.           AutoSearch = False
  261.           MultiSelect = False
  262.           Header = hTasks
  263.           OnFocusItem = MLVFocusItem
  264.           ImmediateSelect = False
  265.           OnDrawItemImage = MLVDrawItemImage
  266.         end
  267.         object hTasks: THeaderControl
  268.           Left = 2
  269.           Top = 2
  270.           Width = 424
  271.           Height = 17
  272.           Sections = <>
  273.         end
  274.       end
  275.     end
  276.     object tsConnect: TTabSheet
  277.       Caption = 'Connection'
  278.       object GroupBox1: TGroupBox
  279.         Left = 8
  280.         Top = 8
  281.         Width = 305
  282.         Height = 185
  283.         Caption = 'Status'
  284.         TabOrder = 0
  285.         object lbStatus: TLabel
  286.           Left = 16
  287.           Top = 64
  288.           Width = 30
  289.           Height = 13
  290.           Caption = 'State:'
  291.         end
  292.         object lDevice: TLabel
  293.           Left = 16
  294.           Top = 104
  295.           Width = 36
  296.           Height = 13
  297.           Caption = 'Device:'
  298.         end
  299.         object lStatus: TLabel
  300.           Left = 96
  301.           Top = 64
  302.           Width = 201
  303.           Height = 33
  304.           AutoSize = False
  305.           ShowAccelChar = False
  306.           WordWrap = True
  307.         end
  308.         object lDevName: TLabel
  309.           Left = 96
  310.           Top = 104
  311.           Width = 201
  312.           Height = 25
  313.           AutoSize = False
  314.           ShowAccelChar = False
  315.           WordWrap = True
  316.         end
  317.         object lError: TLabel
  318.           Left = 16
  319.           Top = 144
  320.           Width = 51
  321.           Height = 13
  322.           Caption = 'Last error:'
  323.           Visible = False
  324.         end
  325.         object lbEntry: TLabel
  326.           Left = 16
  327.           Top = 24
  328.           Width = 88
  329.           Height = 13
  330.           Caption = #39'Phonebook entry:'
  331.         end
  332.         object lEntryName: TLabel
  333.           Left = 112
  334.           Top = 24
  335.           Width = 185
  336.           Height = 33
  337.           AutoSize = False
  338.           WordWrap = True
  339.         end
  340.         object mError: TMemo
  341.           Left = 96
  342.           Top = 144
  343.           Width = 201
  344.           Height = 33
  345.           ScrollBars = ssVertical
  346.           TabOrder = 0
  347.           Visible = False
  348.         end
  349.       end
  350.       object cbInteractive: TCheckBox
  351.         Left = 10
  352.         Top = 208
  353.         Width = 319
  354.         Height = 17
  355.         Caption = 'Do not show error messages, just keep retrying'
  356.         TabOrder = 1
  357.         OnClick = cbInteractiveClick
  358.       end
  359.     end
  360.   end
  361.   object pnBottom: TPanel
  362.     Left = 0
  363.     Top = 371
  364.     Width = 436
  365.     Height = 29
  366.     Align = alBottom
  367.     BevelOuter = bvNone
  368.     TabOrder = 1
  369.     object cbAutoDisconnect: TCheckBox
  370.       Left = 4
  371.       Top = 6
  372.       Width = 469
  373.       Height = 17
  374.       Caption = 'Disconnect automatically when session(s) finish'
  375.       TabOrder = 0
  376.     end
  377.   end
  378.   object pnButtonAligner: TPanel
  379.     Left = 0
  380.     Top = 400
  381.     Width = 436
  382.     Height = 28
  383.     Align = alBottom
  384.     BevelOuter = bvNone
  385.     TabOrder = 2
  386.     OnResize = tbBarResize
  387.     object bDetails: TSpeedButton
  388.       Left = 156
  389.       Top = 0
  390.       Width = 62
  391.       Height = 22
  392.       AllowAllUp = True
  393.       GroupIndex = 1
  394.       Down = True
  395.       Caption = 'D&etails'
  396.       Flat = True
  397.       Font.Charset = DEFAULT_CHARSET
  398.       Font.Color = clWindowText
  399.       Font.Height = -11
  400.       Font.Name = 'Tahoma'
  401.       Font.Style = []
  402.       ParentFont = False
  403.       OnClick = bDetailsClick
  404.     end
  405.     object bHide: TSpeedButton
  406.       Left = 107
  407.       Top = 0
  408.       Width = 49
  409.       Height = 22
  410.       Caption = '&Hide'
  411.       Flat = True
  412.       Font.Charset = DEFAULT_CHARSET
  413.       Font.Color = clWindowText
  414.       Font.Height = -11
  415.       Font.Name = 'Tahoma'
  416.       Font.Style = []
  417.       ParentFont = False
  418.       OnClick = bHideClick
  419.     end
  420.     object bAbort: TSpeedButton
  421.       Left = 55
  422.       Top = 0
  423.       Width = 52
  424.       Height = 22
  425.       Caption = '&Abort all'
  426.       Flat = True
  427.       Font.Charset = DEFAULT_CHARSET
  428.       Font.Color = clWindowText
  429.       Font.Height = -11
  430.       Font.Name = 'Tahoma'
  431.       Font.Style = []
  432.       ParentFont = False
  433.       OnClick = bAbortClick
  434.     end
  435.     object bDelete: TSpeedButton
  436.       Left = 0
  437.       Top = 0
  438.       Width = 55
  439.       Height = 22
  440.       Caption = '&Delete task'
  441.       Flat = True
  442.       Font.Charset = DEFAULT_CHARSET
  443.       Font.Color = clWindowText
  444.       Font.Height = -11
  445.       Font.Name = 'Tahoma'
  446.       Font.Style = []
  447.       ParentFont = False
  448.       OnClick = bDeleteTaskClick
  449.     end
  450.   end
  451.   object RAS: TRAS
  452.     OnConnect = RASConnect
  453.     OnDisconnect = RASDisconnect
  454.     OnPortOpened = RASPortOpened
  455.     OnAboutToConnDev = RASPortOpened
  456.     OnDevConnected = RASPortOpened
  457.     OnAllDevsConnected = RASPortOpened
  458.     OnAuthenticate = RASAuthenticate
  459.     OnWaitForModemReset = RASWaitForModemReset
  460.     OnGotError = RASGotError
  461.     Left = 348
  462.     Top = 192
  463.   end
  464.   object tmTreshold: TTimer
  465.     Enabled = False
  466.     OnTimer = tmTresholdTimer
  467.     Left = 385
  468.     Top = 192
  469.   end
  470.   object tmCheckRas: TTimer
  471.     Enabled = False
  472.     OnTimer = tmCheckRasTimer
  473.     Left = 420
  474.     Top = 192
  475.   end
  476.   object lImages: TImageList
  477.     AllocBy = 2
  478.     Left = 353
  479.     Top = 256
  480.   end
  481.   object tmUpdate: TTimer
  482.     Interval = 250
  483.     OnTimer = tmUpdateTimer
  484.     Left = 410
  485.     Top = 240
  486.   end
  487.   object tmDeletedCheck: TTimer
  488.     OnTimer = tmDeletedCheckTimer
  489.     Left = 408
  490.     Top = 272
  491.   end
  492.   object pmTasks: TPopupMenu
  493.     OnPopup = pmTasksPopup
  494.     Left = 344
  495.     Top = 304
  496.     object mDelete: TMenuItem
  497.       Caption = '&Delete'
  498.       ShortCut = 46
  499.       OnClick = bDeleteTaskClick
  500.     end
  501.     object mKeepTask: TMenuItem
  502.       Caption = '&Keep this task'
  503.       ShortCut = 16459
  504.       OnClick = mKeepTaskClick
  505.     end
  506.     object N1: TMenuItem
  507.       Caption = '-'
  508.     end
  509.     object mAbortAll: TMenuItem
  510.       Caption = '&Abort all tasks'
  511.       OnClick = bAbortClick
  512.     end
  513.   end
  514. end
  515.